Get a Server's Data Details
{ getDataServerDetails }
returns a server data from the system.
Method
/API3/dataSources/getDataServerDetails
- Enterprise Admin
Input Parameters
Name
dataServerId
Type
string
Description
The dataServer's ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
The data source server object and its settings.
Notes
Data sources represent data servers that can be queried.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP